I recently inherited an IRIX box with a tape robot and software; since it is about 10yrs ago I worked with IRIX my knowledge about these boxes is a little bit rusted...
I have big experiance in Solaris Sysadmin, so I do not start from scratch...
I managed to change the IP and hostname, changed the DNS config...
There are a vew things I would like to check and I don't know how to do this:
Are there failed disks?
Is a filesystem mirrored or are there failed mirrors?
What else should I check? Changing the machine name, does this have a side effekt. Just found a xlv_mgr and an entry withn the old hostname...
blueberry# xlv_mgr
xlv_mgr> show all
Volume: xlv_root (complete; node=oldhostname)
Vol: 1; Standalone Plex: 0; Standalone Ve: 0
xlv_mgr> quit
you don't have a / entry in fstab!?
blueberry# more /etc/fstab
/dev/dsk/dks2d6s3 /usr/spool/dmf xfs rw,raw=/dev/rdsk/dks2d6s3 0 0
/dev/dsk/dks2d6s4 /dmf_home xfs rw,raw=/dev/rdsk/dks2d6s4 0 0
/dev/dsk/dks2d6s2 /dmf_move xfs dmi,rw,raw=/dev/rdsk/dks2d6s2 0 0
/dev/dsk/dks2d6s5 /hsm_data xfs dmi,rw,raw=/dev/rdsk/dks2d6s5 0 0
/dev/dsk/dks0d3s0 /cache xfs rw,raw=/dev/rdsk/dks0d3s0 0 0
/dev/dsk/dks0d3s1 swap swap pri=3 0 0
dit it mount a mirrored (or softraided) disk?
blueberry# mount
/dev/root on / type xfs (rw,raw=/dev/rroot)
/hw on /hw type hwgfs (rw)
/proc on /proc type proc (rw)
/dev/fd on /dev/fd type fd (rw)
/dev/dsk/dks0d3s0 on /cache type xfs (rw,raw=/dev/rdsk/dks0d3s0)
/dev/dsk/dks2d6s5 on /hsm_data type xfs (dmi,rw,raw=/dev/rdsk/dks2d6s5)
/dev/dsk/dks2d6s2 on /dmf_move type xfs (dmi,rw,raw=/dev/rdsk/dks2d6s2)
/dev/dsk/dks2d6s4 on /dmf_home type xfs (rw,raw=/dev/rdsk/dks2d6s4)
/dev/dsk/dks2d6s3 on /usr/spool/dmf type xfs (rw,raw=/dev/rdsk/dks2d6s3)
blueberry#
I inherited the machine from some guys which just ran the backup on this host but never thought about the OS itself... :-(
Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years in the domain of the OS, Backup and Storage
I have big experiance in Solaris Sysadmin, so I do not start from scratch...
I managed to change the IP and hostname, changed the DNS config...
There are a vew things I would like to check and I don't know how to do this:
Are there failed disks?
Is a filesystem mirrored or are there failed mirrors?
What else should I check? Changing the machine name, does this have a side effekt. Just found a xlv_mgr and an entry withn the old hostname...
blueberry# xlv_mgr
xlv_mgr> show all
Volume: xlv_root (complete; node=oldhostname)
Vol: 1; Standalone Plex: 0; Standalone Ve: 0
xlv_mgr> quit
you don't have a / entry in fstab!?
blueberry# more /etc/fstab
/dev/dsk/dks2d6s3 /usr/spool/dmf xfs rw,raw=/dev/rdsk/dks2d6s3 0 0
/dev/dsk/dks2d6s4 /dmf_home xfs rw,raw=/dev/rdsk/dks2d6s4 0 0
/dev/dsk/dks2d6s2 /dmf_move xfs dmi,rw,raw=/dev/rdsk/dks2d6s2 0 0
/dev/dsk/dks2d6s5 /hsm_data xfs dmi,rw,raw=/dev/rdsk/dks2d6s5 0 0
/dev/dsk/dks0d3s0 /cache xfs rw,raw=/dev/rdsk/dks0d3s0 0 0
/dev/dsk/dks0d3s1 swap swap pri=3 0 0
dit it mount a mirrored (or softraided) disk?
blueberry# mount
/dev/root on / type xfs (rw,raw=/dev/rroot)
/hw on /hw type hwgfs (rw)
/proc on /proc type proc (rw)
/dev/fd on /dev/fd type fd (rw)
/dev/dsk/dks0d3s0 on /cache type xfs (rw,raw=/dev/rdsk/dks0d3s0)
/dev/dsk/dks2d6s5 on /hsm_data type xfs (dmi,rw,raw=/dev/rdsk/dks2d6s5)
/dev/dsk/dks2d6s2 on /dmf_move type xfs (dmi,rw,raw=/dev/rdsk/dks2d6s2)
/dev/dsk/dks2d6s4 on /dmf_home type xfs (rw,raw=/dev/rdsk/dks2d6s4)
/dev/dsk/dks2d6s3 on /usr/spool/dmf type xfs (rw,raw=/dev/rdsk/dks2d6s3)
blueberry#
I inherited the machine from some guys which just ran the backup on this host but never thought about the OS itself... :-(
Best Regards, Franz
--
Solaris System Manager from Munich, Germany
I used to work for Sun Microsystems Support (EMEA) for 5 years in the domain of the OS, Backup and Storage