- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: GSP Commands not permitted
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-20-2005 06:20 PM
07-20-2005 06:20 PM
GSP Commands not permitted
I can find here some post about the GSP resetting.
Now I had also a problem with GSP and would reset it with following command:
# stty +resetGSP < /dev/GSPdiag2
And it gave me no permission:
'This operation is not permitted'
The same output with following command:
# stty +queryGSP < /dev/GSPdiag2.
I am root. I tried it with a telnet and rlogin session. Because it wasn't possible to connect from local
What is wrong, why have I only GSPdiag2 and not GSPdiag1 (too), who know a good manual?
Thanks Konrad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 06:29 PM
07-20-2005 06:29 PM
Re: GSP Commands not permitted
what is the output of "lssf /dev/GSP*"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 06:33 PM
07-20-2005 06:33 PM
Re: GSP Commands not permitted
host,sys,root # lssf /dev/GSP*
asio0 card instance 0 port 0 transparent at address 0/0/4/1 /dev/GSPdiag2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 06:38 PM
07-20-2005 06:38 PM
Re: GSP Commands not permitted
if your GSPdiag1 is missing, try to re-install the device.
# insf -e -d asio0
# ioscan -fnC tty <-- to verify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 06:49 PM
07-20-2005 06:49 PM
Re: GSP Commands not permitted
I do not really miss GSPdiag1, but I'm not shure is this a 'killer'-factor for my command.
When I work with insf, there would use the same file:
host,sys,root # insf -e -d asio0
insf: Installing special files for asio0 instance 0 address 0/0/4/1
host,sys,root # ioscan -fnC tty
Class I H/W Path Driver S/W State H/W Type Description
==================================================================
tty 0 0/0/4/1 asio0 CLAIMED INTERFACE PCI Serial (103c1048)
/dev/GSPdiag2 /dev/diag/mux0 /dev/mux0 /dev/tty0p0 /dev/tty0p1
Of corse, because the old one is still present. It is posible to remove first the /dev/GSPdiag2?
If yes, how, and what's happen with the other files (mux0, tty0p0)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 04:06 PM
07-21-2005 04:06 PM
Re: GSP Commands not permitted
Yes you can remove the device file for /dev/GSPdiag2 & recreate it. /dev/mux0 & /dev/tty0p0 etc. are the file associated with this instance & will be created while doing a insf.
Do it from a telnet session.
#rmsf -H 0/0/4/1
#insf -e
The new device file should not be /dev/GSPdiag1 only.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 05:08 PM
07-21-2005 05:08 PM
Re: GSP Commands not permitted
crw------- 1 root sys 1 0x000080 May 28 2003 /dev/GSPdiag2
Also, what is the hardware model of your server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:26 PM
07-21-2005 07:26 PM
Re: GSP Commands not permitted
This is the file:
crw------- 1 root sys 1 0x000080 Jan 9 2003 GSPdiag2
And it is a rp5430
I didn't remove yet the file like described from Devender (no time - busy in office).
Do you think, it is a 'bad' idea to remove and recreate the file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2005 05:55 PM
07-24-2005 05:55 PM
Re: GSP Commands not permitted
# insf -d asio0 -ev
insf: Installing special files for asio0 instance 1 address 0/0/4/1
making GSPdiag1 c 1 0x010080
If insf doesn't create the special file as shown above then you need to install the following patches.
If your O/S is 11.00
Patch Name: PHNE_29519
Patch Description: s700_800 11.00 Cumulative Mux and Pty Patch
Patch Name: PHCO_27370
Patch Description: s700_800 11.00 mksf(1M) cumulative patch
If your O/S is 11.11
Patch Name: PHNE_30463
Patch Description: s700_800 11.11 Cumulative Mux and Pty Patch
Patch Name: PHCO_32202
Patch Description: s700_800 11.11 mksf(1M) cumulative patch
Please note that mux/pty patch requires server reboot.