- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- GUI interface on HP/UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 05:52 AM
07-24-2008 05:52 AM
GUI interface on HP/UX
I am new with HP/UX system. Is there a GUI interface with these HP/UX system or everything done in command line? The current version we're runnning here is HP-UX B.11.11 U 9000/800.
What I need is to create file systems and give it a name. Not sure on where or how to go about this.
I have no problem doing this in the Linux world, but HP/UX is another question.
Would someone point me to where I need to go from here?
Thank you in advance.
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 05:55 AM
07-24-2008 05:55 AM
Re: GUI interface on HP/UX
You may start with sam...login with root account and type:
#sam
Boa sorte!
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 05:57 AM
07-24-2008 05:57 AM
Re: GUI interface on HP/UX
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 06:09 AM
07-24-2008 06:09 AM
Re: GUI interface on HP/UX
Some time ago the system management homepage was introduced to hp-ux - you can do some admin task from there also.
It's up to you. If you want to learn about hp-ux, you should IMHO first try SAM, then focus on the command line (to see how things work).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 06:40 AM
07-24-2008 06:40 AM
Re: GUI interface on HP/UX
Do you use LVM on your Linux systems?
If so you should be quite at home with using LVM CLI on HP-UX.
Hth,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 06:42 AM
07-24-2008 06:42 AM
Re: GUI interface on HP/UX
For system administration tasks what you are asking for is sam
sam has a X windows gui and a windowed, text based interface as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 07:00 AM
07-24-2008 07:00 AM
Re: GUI interface on HP/UX
And for creating FS and naming them, you can use sam ( System administration Manager)
# sam
Disk and File systems
File syaytems
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 07:39 AM
07-24-2008 07:39 AM
Re: GUI interface on HP/UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 08:15 AM
07-24-2008 08:15 AM
Re: GUI interface on HP/UX
Log on as root.
Run SAM.
Highlight Disks and File Systems-> and activate Open.
Highlight CD-ROM, Floppy, and Hard Disks and activate Open.
From the Actions menubar title in the Disk and File System Manager window, highlight and choose Add a Hard Disk Drive... .
Within the Add a Hard Disk Drive window, highlight and choose Select disk to add.
Within the Select disk to add window, highlight the disk you wish to add. You can identify it by its model number, select code and bus address. Activate OK.
Within the Add a Hard Disk Drive window, highlight and choose Set disk usage and options.
Within the Set disk usage and options window:
Activate the highlighted menu button. Highlight and choose the disk usage you prefer (File System, Swap, or File System and Swap).
In the Mount Directory: field, type in the name of the directory that will be the mount point for the file system on this disk. Press Return.
Turn on the check box labeled Create a new file system.
Several check box options appear below Create a new file system. Turn on or off any of these check box options as required by your new file system.
Activate OK.
You may need to change certain options, such as when to mount the disk and how its access permissions are set. If so, within the Add a Hard Disk Drive window, highlight and activate Modify Defaults, then within the dialog box, turn on the check boxes that apply.
Within the Add a Hard Disk Drive window, highlight and activate OK.
A Messages box appears, reporting the progress of the task. When the task if finished, activate OK.
Exit SAM by returning to the System Administration Manager window and activating Exit SAM.
Using Command Line:-
--------------------
Is this what you need?
This is an example of creating volume group vg01 & logical
volume/partion data.
Prepare for logical volume creation:
root:/> mkdir /dev/vg01
root:/> mknod /dev/vg01/group c 64 0x010000
root:/> pvcreate -f /dev/rdsk/c0t5d0
Physical volume "/dev/rdsk/c0t5d0" has been successfully created.
root:/> vgcreate vg01 /dev/dsk/c0t5d0
Volume group "/dev/vg01" has been successfully created.
Volume Group configuration for /dev/vg01 has been saved in
/etc/lvmconf/vg01.conf
root:/> vgdisplay -v vg01
root:/> lvcreate -L 100 -n data vg01
Logical volume "/dev/vg01/data" has been successfully created with
character device "/dev/vg01/rdata".
Create HFS file system
root:/> newfs -F hfs /dev/vg01/rdata
Create Journal or Veritas file system
root:/> newfs -F vxfs /dev/vg02/rdata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 06:08 AM
07-25-2008 06:08 AM
Re: GUI interface on HP/UX
Would it be possible to use SAM with putty? I am using mostly putty for accessing my Linux servers these days. I could setup a telnet connection if needed.
Thanks so much for your responses.
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 06:18 AM
07-25-2008 06:18 AM
Re: GUI interface on HP/UX
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2008 06:20 AM
07-25-2008 06:20 AM
Re: GUI interface on HP/UX
SAM comes with either a character/menu driven intface or a GUI based interface.
Simply try it.
/usr/sbin/sam
Tab and arrow keys to navigate, space or return to select.
BTW, a great way to say thanks for the assistance is to assign points to the reponses. Next to each response is a pull down. Select the apropriate number and click submit. You can review all your postings by just clicking on your name in a post.