Sponsored Content
Operating Systems HP-UX 10.20 Support Plus ODE useage and password Post 302476171 by limmartin on Wednesday 1st of December 2010 03:48:14 AM
Old 12-01-2010
I had the same issue on a J6000 HP Visualize (running B11.11. OS). Any clues? Can we work around this? Thanks in advance Gurus.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Change password by pushing encrypted password to systems

I'm tasked to change a user's password on multiple Linux systems (RH v3). I though copying the encrypted password from one Linux /etc/shadow file to another would work but I was wrong. The long term solution is to establish an openLDAP Directory service, but for now I'm stuck with a manual... (1 Reply)
Discussion started by: benq70
1 Replies

2. Linux

Swap space useage 100%

How can i check that which process and path of particular file is using highst Swap space ? (2 Replies)
Discussion started by: bryanabhay
2 Replies

3. Shell Programming and Scripting

how to change root password using shell script with standard password

Hi Friends. I am new to scripting now i want to change the root password using the script with standard password. which is the easy scripting to learn for the beginner, Thanks in advance. (2 Replies)
Discussion started by: kurva
2 Replies

4. UNIX for Dummies Questions & Answers

Finding users logged on time and space useage

I need to find what users are currently logged onto the system that is easy just a simple who | awk '{ print $1 }' (thats all I need for the part), but I also need to find how long they have been logged on and the total amount of file space they are using. Thanks in advance, I have been looking... (3 Replies)
Discussion started by: mauler123
3 Replies

5. Solaris

SSH Password-less login fails on password expiry.

Hi Gurus I have a few Sol 5.9 servers and i have enabled password less authentication between them for my user ID. Often i have found that when my password has expired,the login fails. Resetting my password reenables the keys. Do i need to do something to avoid this scenario or is this... (2 Replies)
Discussion started by: Renjesh
2 Replies

6. UNIX for Dummies Questions & Answers

password protect a CSV file: better solution than ZIP password?

Hi We send *.csv with sensitive data to our customers. Our customers open those files with Excel. A new requirement is that we password protect those CSV files. I thought to pack them with ZIP and assign a password to the archive. But Solaris 10 can't encrypt ZIP files. $ zip -P... (12 Replies)
Discussion started by: slashdotweenie
12 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Password sent via reset password email is 'weak' and won't allow me to change my password

I was unable to login and so used the "Forgotten Password' process. I was sent a NEWLY-PROVIDED password and a link through which my password could be changed. The NEWLY-PROVIDED password allowed me to login. Following the provided link I attempted to update my password to one of my own... (1 Reply)
Discussion started by: Rich Marton
1 Replies
STI(4)							   BSD Kernel Interfaces Manual 						    STI(4)

NAME
sti -- HP Standard Text Interface SYNOPSIS
sti* at mainbus0 sti* at phantomas? sti* at pci? wsdisplay* at sti? DESCRIPTION
The sti was created by HP to provide uniform frame-buffer access operations for their 9000/300 and 9000/700 series of workstations. The following models are supported (though not all features or frame buffer depths may be available): Model Bits Mem 3D Machines/Cards EVRX 8 2 HP9000/425e GRX 8g 2 SGC CRX 8 2 SGC Tomcat 8 2 SGC Stinger 8 2 HP9000/7[12]5/74[257]i Artist 8 2 HP9000/712/7[12]5/74[38]i CRX-24 24 16 SGC HCRX-8 8 2 GSC HCRX-24 24 16 GSC Visualize EG 16 2 HP B/C-class, GSC/PCI Visualize FXE 24 24 y PCI 32/66 Visualize FX2 24 24 y PCI 64/66 Visualize FX4/FX6 24 32 y PCI 64/66 Implementation consists of a set of functions burnt in to the PROM on the card and providing the following set of functions (see below for PROM revision history on functions supported by particular PROM revision): o Initialize graphics. o State management. o Print a character onto the screen using currently selected font. o Copy a region of the frame-buffer to another location. o Self testing. o Exception handling. o Frame-buffer configuration enquiry. o Setting colour-map entry. o DMA parameters. o Flow control. o User timing. o Processing management. o Miscellaneous utility functions. There are two modes for accessing the PROM: ``byte'' and ``word'' mode. In ``byte'' mode each 4-byte word contains only the low-ordered big- endian byte of data; i.e., to compose one word of data 4 words should be read and low-ordered bytes of those should be shifted correspond- ingly. In ``word'' mode each word contains all 4 bytes of valid data. PROM revision history: 8.02 Original release. 8.03 o OSF-extended self test (a.k.a fast). o Restore display. 8.04 o Implement curr_mon function. o Graphical boot screen. o Implement ``block move''. o Implement ``set colour-map entry''. sti Implement word mode. o Support for multiple monitors. o Support user_data sti space usage. o Support for extra memory. o Support for Windows NT (tm). o Monitor frequency reference. o Early console. o Support added for: PCXL, GSC bus, ROM-less operation. 8.05 o Interrupt support. o Report card's power usage. o Birds of Prey. o User interrupts. 8.06 o Multiple fonts. o Monitor table descriptor strings. o PCXL2 and PCXU monitor descriptors. 8.08 o HP-UX 10 support for Visualize FX o dma_ctrl function added. o flow_ctrl function added. o user_timing function added. 8.09 o Addition changes for Visualize FX due to rearchitecture for performance. o process_mgr function added. 8.0a PCXL2 and PCXU dual PCI EPROM map mode, implemented on Visualize EG. 8.0b Support for HP-UX non-implicit locking DMA, implemented on Visualize FXE. 8.0c sti_util function added (flashing under HP-UX and other sideband traffic). 8.0d Colour frame buffer support. SEE ALSO
intro(4), phantomas(4), wsdisplay(4) Standard Text Interface For Graphics Devices, Hewlett-Packard, Revision 8.13, March 1, 2000. HISTORY
The sti driver was written by Michael Shalayeff <mickey@openbsd.org> for HPPA port for OpenBSD 2.7. BUGS
Currently, neither scroll back nor screen blanking functions are implemented. BSD
November 9, 2010 BSD
All times are GMT -4. The time now is 01:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy