- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM is real slow
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-11-2001 10:01 AM
07-11-2001 10:01 AM
SAM is real slow
SAM works great while server is up and running.
Needed to expand /usr mountpoint.
Went to Single user state and SAM is
beyond slow, took 25 minutes just to get to
the choices. Chose Disk and File Systems
and it is still "working".
ANyone know the cause/fix to this.
Thanx
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 10:09 AM
07-11-2001 10:09 AM
Re: SAM is real slow
When you are on single user mode which file system do you mount? Because sam executable is on /usr. And you can't extend logical volume while it is active unless you are using Veritas file system. And you are running sam means you have /usr mounted (active).
The best way to do this is from command line.
Say your /usr is on lvol4 and you want to increase by 100MB.
lvextend -L 100 /dev/vg01/lvol4
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 10:22 AM
07-11-2001 10:22 AM
Re: SAM is real slow
1. Boot single user
2. Say user is on lvol3
lvextend -L {NEW_SIZE_IN_MB} /dev/vg00/lvol3
3. reboot
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 10:35 AM
07-11-2001 10:35 AM
Re: SAM is real slow
but any ideas while sam is so slow,
our 10.2 boxes , sam is just as quick in
su state as it is up..
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 11:40 AM
07-11-2001 11:40 AM
Re: SAM is real slow
fsadm -F vxfs -b 1000m /usr
that will increase the size of the mount point with out unmounting and going to single user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 12:02 AM
07-12-2001 12:02 AM
Re: SAM is real slow
I belive your SAM speed problem in single users mode is that your 10.20 disks are HFS. Whereas on 11.00 only /stand is hfs as at initial boot time HP-UX does not understand VxFS.
Paula