server0103 # rpm -q -lp autosys-client-ALD-lonos-1.0-2.noarch.rpm
warning: GEOSautosys-client-ALD-lon-1.0-2.noarch.rpm: V3 DSA signature: NOKEY, key ID b4ac8093
/etc/auto.profile
/etc/xinetd.d/auto_remote_ALD
/opt/CA/sybase
/opt/CA/sybase/interfaces
/opt/CA/uajm
/opt/CA/uajm/ald
/opt/CA/uajm/ald/autosys
/opt/CA/uajm/ald/autosys/bin
/opt/CA/uajm/ald/autosys/bin/auto_remote
/opt/CA/uajm/ald/autosys/bin/autorep
/opt/CA/uajm/ald/autosys/bin/jil
/opt/CA/uajm/ald/autosys/bin/sendevent
/opt/CA/uajm/ald/autouser
/opt/CA/uajm/ald/autouser/autosys.csh
/opt/CA/uajm/ald/autouser/autosys.env
/opt/CA/uajm/ald/autouser/autosys.ksh
/opt/CA/uajm/ald/autouser/autosys.sh
/opt/ixp/agent
/opt/ixp/agent/conf
/opt/ixp/bin
/opt/ixp/bin/ixagent
/opt/ixp/bin/ixautorep
/opt/ixp/bin/ixflags
/opt/ixp/bin/ixjil
/opt/ixp/bin/ixsendevent
/opt/ixp/etc
/opt/ixp/etc/ixp.conf
/opt/ixp/lib
/opt/ixp/lib/ixp.jar
Wednesday, 30 September 2009
Monday, 28 September 2009
vxvm troubleshooting - claim ownership of disk for new diskgroup
this is the issue
trying to add a disk to a diskgroup via vxdiskadm option 1 - the disk used to belong to a solaris host (this is emc symmetrix device)- and the disk is already owned by a diskgroup on the eupr0037 (now decommisoned) and I want to add it to eupr0201
when I do a vxdisk list cxtxtdx it shows the disk as owned by a dgprapdcd01 (a dg on the decommed eupr0037)
the solution is simple – run the following command
vxdisk –f init cxtxdx
and then run a vxdisk list cxtxdx and you will see diff ownership for the disk and no group assigned to it
you can then run a vxdiskadm > option 1 and readd the disk you want to the diskgroup you want
trying to add a disk to a diskgroup via vxdiskadm option 1 - the disk used to belong to a solaris host (this is emc symmetrix device)- and the disk is already owned by a diskgroup on the eupr0037 (now decommisoned) and I want to add it to eupr0201
when I do a vxdisk list cxtxtdx it shows the disk as owned by a dgprapdcd01 (a dg on the decommed eupr0037)
the solution is simple – run the following command
vxdisk –f init cxtxdx
and then run a vxdisk list cxtxdx and you will see diff ownership for the disk and no group assigned to it
you can then run a vxdiskadm > option 1 and readd the disk you want to the diskgroup you want
Friday, 11 September 2009
mount nfs mount and add it fstab in linux
example of how to mount an nfs mount
mount -t nfs eslat001:/opt/ims /app/ims
mount -t nfs eslat001:/opt/rims /app/rims
and then add to the /etc/fstab with the following entries;
servername:/pathofdir /pathonserver nfs options 0 0
where;
The corresponds to hostname, IP address, or fully qualified domain name of the server exporting the file system.
The is the path to the exported directory.
The specifies where on the local file system to mount the exported directory. This mount point must exist before /etc/fstab is read or the mount will fail.
The nfs option specifies the type of file system being mounted.
The area specifies mount options for the file system. For example, if the options area states rw,suid, the exported file system will be mounted read-write and the user and groupid set by the server will be used. Note that parentheses are not to be used here
mount -t nfs eslat001:/opt/ims /app/ims
mount -t nfs eslat001:/opt/rims /app/rims
and then add to the /etc/fstab with the following entries;
servername:/pathofdir /pathonserver nfs options 0 0
where;
The
The is the path to the exported directory.
The specifies where on the local file system to mount the exported directory. This mount point must exist before /etc/fstab is read or the mount will fail.
The nfs option specifies the type of file system being mounted.
The
Wednesday, 9 September 2009
vpar & npar
Npar : Hard partitioning - Partitioned at SBA level -Hardware failure won't affect the other partition
VPar : Soft Patitioning - Partitioned at LBA level : Hardware failure can affect other partition - Software failure wont affect other partition.
VPar : Soft Patitioning - Partitioned at LBA level : Hardware failure can affect other partition - Software failure wont affect other partition.
Various HP superdome stuff
useful links;
http://docs.hp.com/en/B2355-90702/ch05s05.html#babbhcbb
and
http://my.safaribooksonline.com/0131927590/ch17lev1sec4
to get to the MP>CM stuff, you need to be on the seperate node that runs the MP stuff
once on that node, you get presented with the following;
(c) Copyright 2005 Hewlett-Packard Development Company, L.P.
Welcome to the
Management Processor
HP 9000 and Integrity Superdome Server SD64B
Supported firmware-updateable entity combination: Recipe SD 6.20c
MP MAIN MENU:
CO: Consoles
VFP: Virtual Front Panel
CM: Command Menu
CL: Console Logs
SL: Show Event Logs
FW: Firmware Update
HE: Help
X: Exit Connection
[eupr0200] MP>
The VFP allows you to boot and reboot partitiions etc, the CM we will come to shortly - CL (console logs) is self explanatary, as are the others;
to verify if the IP address of the console you are connected to is public or private, run MP>CM>LS and you will get confirmation
Enter HE to get a list of available commands
(Use to return to main menu.)
[euisjd0] MP:CM> LS
Current configuration of MP customer LAN interface
MAC address : 01:1a:4b:we:27:c7
IP address : 10.157.73.122 0x0aa94sdd96
Name : eupr0200
Subnet mask : 255.255.255.0 0xffffff00
Gateway : 10.157.73.122 0x0adff901
Status : UP and RUNNING
Current configuration of MP private LAN interface
MAC address : 00:22:f0:02:4d:qs
IP address : 192.128.2.11 0xds328020a
Name : priv-00
Subnet mask : 255.255.255.0 0xffffff00
Gateway : 192.128.2.11 0xdsar20a
Status : UP and RUNNING
[eudsasd0] MP:CM>
you can get lots of output from the CM
[edfsddfds0] MP:CM> sysrev
Supported firmware-updateable entity combination: Recipe SD 6.20c
| Cab 0 | Cab 1 | Cab 8 | Cab 9 |
---------+-----------------+-----------------+----------------+----------------|
MP | 024.004.001 | | | |
ED | 024.015.000 | | | |
CLU | 024.000.005 | 024.000.005 | 024.000.005 | |
PM | 022.001.002 | 022.001.002 | 022.001.002 | |
RPM0 | 002.002.000 | 002.002.000 | | |
RPM1 | 002.002.000 | 002.002.000 | | |
RPM2 | 002.002.000 | 002.002.000 | | |
OSP | 000.011.000 | 000.011.000 | | |
Key: * - Not at the highest entity revision supported by this combination.
Please type to continue, Q to quit, or S to stream: q
[efsdsffd0] MP:CM> cp
-------------------------------+
Cabinet | 0 | 1 |
-------------+--------+--------+
Slot |01234567|01234567|
-------------+--------+--------+
Partition 0 |........|XXX.....|
Partition 1 |........|.....X..|
Partition 2 |........|...X....|
Partition 3 |XXXX....|........|
Partition 4 |........|....X.X.|
Partition 5 |....XXX.|........|
[eufdsfewg] MP:CM> io
--------------------------+
Cabinet | 0 | 1 |
--------+--------+--------+
Slot |01234567|01234567|
--------+--------+--------+
Cell |XXXXXXX.|XXXXXXX.|
IO Cab |0.0.080.|1.81118.|
IO Bay |1.1.010.|1.01000.|
IO Chas |3.1.113.|3.11313.|
[asdsafv] MP:CM>
http://docs.hp.com/en/B2355-90702/ch05s05.html#babbhcbb
and
http://my.safaribooksonline.com/0131927590/ch17lev1sec4
to get to the MP>CM stuff, you need to be on the seperate node that runs the MP stuff
once on that node, you get presented with the following;
(c) Copyright 2005 Hewlett-Packard Development Company, L.P.
Welcome to the
Management Processor
HP 9000 and Integrity Superdome Server SD64B
Supported firmware-updateable entity combination: Recipe SD 6.20c
MP MAIN MENU:
CO: Consoles
VFP: Virtual Front Panel
CM: Command Menu
CL: Console Logs
SL: Show Event Logs
FW: Firmware Update
HE: Help
X: Exit Connection
[eupr0200] MP>
The VFP allows you to boot and reboot partitiions etc, the CM we will come to shortly - CL (console logs) is self explanatary, as are the others;
to verify if the IP address of the console you are connected to is public or private, run MP>CM>LS and you will get confirmation
Enter HE to get a list of available commands
(Use
[euisjd0] MP:CM> LS
Current configuration of MP customer LAN interface
MAC address : 01:1a:4b:we:27:c7
IP address : 10.157.73.122 0x0aa94sdd96
Name : eupr0200
Subnet mask : 255.255.255.0 0xffffff00
Gateway : 10.157.73.122 0x0adff901
Status : UP and RUNNING
Current configuration of MP private LAN interface
MAC address : 00:22:f0:02:4d:qs
IP address : 192.128.2.11 0xds328020a
Name : priv-00
Subnet mask : 255.255.255.0 0xffffff00
Gateway : 192.128.2.11 0xdsar20a
Status : UP and RUNNING
[eudsasd0] MP:CM>
you can get lots of output from the CM
[edfsddfds0] MP:CM> sysrev
Supported firmware-updateable entity combination: Recipe SD 6.20c
| Cab 0 | Cab 1 | Cab 8 | Cab 9 |
---------+-----------------+-----------------+----------------+----------------|
MP | 024.004.001 | | | |
ED | 024.015.000 | | | |
CLU | 024.000.005 | 024.000.005 | 024.000.005 | |
PM | 022.001.002 | 022.001.002 | 022.001.002 | |
RPM0 | 002.002.000 | 002.002.000 | | |
RPM1 | 002.002.000 | 002.002.000 | | |
RPM2 | 002.002.000 | 002.002.000 | | |
OSP | 000.011.000 | 000.011.000 | | |
Key: * - Not at the highest entity revision supported by this combination.
Please type
[efsdsffd0] MP:CM> cp
-------------------------------+
Cabinet | 0 | 1 |
-------------+--------+--------+
Slot |01234567|01234567|
-------------+--------+--------+
Partition 0 |........|XXX.....|
Partition 1 |........|.....X..|
Partition 2 |........|...X....|
Partition 3 |XXXX....|........|
Partition 4 |........|....X.X.|
Partition 5 |....XXX.|........|
[eufdsfewg] MP:CM> io
--------------------------+
Cabinet | 0 | 1 |
--------+--------+--------+
Slot |01234567|01234567|
--------+--------+--------+
Cell |XXXXXXX.|XXXXXXX.|
IO Cab |0.0.080.|1.81118.|
IO Bay |1.1.010.|1.01000.|
IO Chas |3.1.113.|3.11313.|
[asdsafv] MP:CM>
Subscribe to:
Posts (Atom)