Questions tagged [sunos]

SunOS is a version of the Unix operating system developed by Sun Microsystems for their workstation and server computer systems. The SunOS name is usually only used to refer to versions 1.0 to 4.1.4 of SunOS. These versions were based on BSD, while SunOS version 5.0 and later are based on UNIX System V Release 4, and are marketed under the brand name Solaris.

SunOS is a version of the Unix operating system developed by Sun Microsystems for their workstation and server computer systems. The SunOS name is usually only used to refer to versions 1.0 to 4.1.4 of SunOS. These versions were based on BSD, while SunOS version 5.0 and later are based on UNIX System V Release 4, and are marketed under the brand name Solaris.

183 questions
-3
votes
1 answer

Validating a date in a file on SunOS 5.10

I have a file with a list of dates in the format below: yyyymmddhhmmss 20150608141617 20150608141345 20150608141649 20150608141506 20150608141618 20150608141545 Would like to validate the correctness of these dates in case there are errors during…
Danjel
  • 71
  • 1
  • 7
-4
votes
1 answer

Ansible Playbook fails on a particular server Only

Below ansible-playbook connectivity works fine for all my servers except dest_svr. Below command fails. ansible-playbook -vvvv /opt/test/Auto/site.yml -i /opt/test/Auto/hosts.txt -e "source_host=dest_svr execmd=echo source_user=user2" (0, '',…
mohtashim
  • 57
  • 1
  • 8
-4
votes
1 answer

How to calculate the difference in date time on Sun OS?

[SunOS] How to find the difference in date time? Date 1 : 2017-01-02 17:24:33 Date 2 : 2017-01-03 22:55:02 Answer : 1770 minutes
1 2 3
12
13