Operating System - HP-UX
1754899 Members
3698 Online
108827 Solutions
New Discussion юеВ

command quicksheet, tru64 -> hpux

 
SOLVED
Go to solution
Bill McNAMARA_1
Honored Contributor

command quicksheet, tru64 -> hpux

Hi all,
I'm looking for a tru64 to hp-ux command line refernce and system log mappings.
Similar to the solaris to hp-ux transition guides found on the hp site.

Example:
system adminstration tools

/usr/sbin/sysman -> /usr/sbin/sam

software

/usr/sbin/setld -l -> /usr/sbin/swinstall

/usr/sbin/setld -i -> /usr/sbin/swlist [-l fileset -a state]


Any help appreciated.
Later,
Bill
It works for me (tm)
13 REPLIES 13
Stefan Schulz
Honored Contributor

Re: command quicksheet, tru64 -> hpux

Hi Bill,

don't know if this is a complete list. But i think this is a good start:

http://www.unixguide.net/unixguide.shtml

Hope this helps

Regards Stefan
No Mouse found. System halted. Press Mousebutton to continue.
V. V. Ravi Kumar_1
Respected Contributor

Re: command quicksheet, tru64 -> hpux

hi,

/usr/sbin/collgui -> /opt/perf/bin/gpm (performance monitoring tool)
/sbin/init.d/nfs stop/start -> /sbin/init.d/nfs.client stop/start (server also)
/sbin/sysconfig -q ipc (subsystem) -> /usr/sbin/kmtune
/dev/tape/tape0 -> /dev/rmt/0m


regds
Never Say No
Cheryl Griffin
Honored Contributor

Re: command quicksheet, tru64 -> hpux

Hello Bill,
Here's another Unix compare similar to Stefan's that includes Tru64 and HP, etc.

http://bhami.com/rosetta.html

Cheryl
"Downtime is a Crime."
Keely Jackson
Trusted Contributor

Re: command quicksheet, tru64 -> hpux

Hi Bill

Not sure if this is what you want but here are a couple of useful command equivalents and other things.

ioscan -funC disk --> hwmgr -scan scsi
hwmgr -show scsi (v5)
scu show edt (v4)

Calculate disk device file names (v4)
Internal disks:
Rz(bus*8)+lun partition (ie c for whole disk)
Eg bus 2 lun 1 = 2*8+1 = rz17c

External disks
Rz lun (bus*8) target (lun ??? alphabetic, a=0 and ignored)
Eg bus 2 target 2 lun 2 = c(2*8)+2 = rzc18c

For v5 onwards, this doesn't apply, you just have to look at hwmgr output as you add disks.

Check the binary.errlog (no equivalent on hp) depending on mcahine architecture use either

1. Ca u ???R | more (shows entries in reverse order) or
2. dia ???R | more

Tune the kernel using dxkerneltuner (similar to sam interface) or edit /etc/sysconfigtab

lmf - licence manager.
list will show what licences you have
register will add new ones
load 0 'product name' will enable them

dxaccounts - sam like interface for account management.

http://www.unixguide.net/unixguide.shtml

Cheers
Keely
Live long and prosper
harry d brown jr
Honored Contributor

Re: command quicksheet, tru64 -> hpux


Start here:

http://www.unixguide.net/

and this is the MOTHER LODE:

http://www.unixguide.net/unixguide.cgi


live free or die
harry
Live Free or Die
harry d brown jr
Honored Contributor

Re: command quicksheet, tru64 -> hpux

Also, check some of the other areas out, like scripts:

http://www.unixguide.net/scripts/

live free or die
harry
Live Free or Die
Bill McNAMARA_1
Honored Contributor

Re: command quicksheet, tru64 -> hpux

thanks for that all - links were useful, but I'm still missing lots, particularly in the misc and networking section of the following (replace the solaris cli with tru64..)

http://www.hp.com/workstations/products/unix/operating/easy_hpux11/solaris/reference_guide.html

Any more help would be useful..

Later,
Bill
It works for me (tm)
H.Merijn Brand (procura
Honored Contributor

Re: command quicksheet, tru64 -> hpux

Stefan beat my by 10 minutes for the first link, but might this be of any help to you?

http://www.tru64unix.compaq.com/docs/porting/HTML/hpux.html

It's the other way around, but still ...
Enjoy, Have FUN! H.Merijn
Bill McNAMARA_1
Honored Contributor

Re: command quicksheet, tru64 -> hpux

I _just_ had a look at that procura, but it really is oriented for developers rather than admins - more about endianness and syscalls than admin commands..
thanks..
Bill
It works for me (tm)