- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: GSP question
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
03-15-2005 01:45 AM
03-15-2005 01:45 AM
GSP question
I can not remember how to switch to the GSP mode on my boxes.
I thought it was CTRL+B sequence, but maybe this is working only if you are already on the console ? and not from a session.
Otherwise, I saw once that there was a software to install on the hp box to allow to run gsp commands.
Can someone help me to find it ?
Thanks, Maya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 01:48 AM
03-15-2005 01:48 AM
Re: GSP question
I'm not aware of any software you can install. There are remote consoles, but typically they have to be configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 01:48 AM
03-15-2005 01:48 AM
Re: GSP question
Every once in a while gsp can become unresponsive.
#!/usr/bin/sh
# scriptstub.sh a script starter back with important utilities built in
#
#
# This section checks the numbers of arguments and rejects if
# desired based on the number of argments being incorrect.
stty +resetGSP
That will reset the gsp.
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
03-15-2005 01:49 AM
03-15-2005 01:49 AM
Re: GSP question
I have never seen or heard of software for running GSP commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 02:07 AM
03-15-2005 02:07 AM
Re: GSP question
Try this url
http://web.tampabay.rr.com/batcave/GSPinfo.htm
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 05:27 AM
03-17-2005 05:27 AM
Re: GSP question
This is not a supported method as there are concerns over security.
On the system, the GSP internal port should be /dev/tty1p0.
# cd /dev
# mknod tty1p0 c 1 0x010000
The internal port can be accessed via terminal emulators such as cu. To use cu, you need to edit the following:
1) Enter the following in /usr/lib/uucp/Systems (The spelling looks unusual, but it needs to be exactly as shown):
gspiport Any;5 gspiport,f900 - ''''\r\d\r\d\r ogin:-BREAK-ogin: uucp asswrd: uucp-BREAK-ogin: uucp asswrd: uucp
2) Now edit /usr/lib/uucp/Devices to include the following:
gspiport tty1p0 - 9600 direct
Now access the GSP with the â cuâ command:
# cu â l /dev/tty1p0
To terminate the cu session, use "~." (tilde dot return).
CAUTION Securing the /dev/tty1p0 device file with root capabilities will not prevent non-root users from accessing the GSP internal port. This is due to the fact that cu and kermit carry root access and run with the sticky bit enabled. To secure the internal port from unauthorized use, be sure to remove the /dev/tty1p0 file after using
Was this helpful? Like this post by giving me a thumbs up below!