- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- tu StoreAndForward with 4.0D?
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
09-29-2005 11:16 AM
09-29-2005 11:16 AM
tu StoreAndForward with 4.0D?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 12:01 AM
09-30-2005 12:01 AM
Re: tu StoreAndForward with 4.0D?
patch the variable "tu_sf_mode" using dbx.
EX:
====
# dbx -k /vmunix
(dbx) print tu_sf_mode
0
(dbx) patch tu_sf_mode=1
1
(dbx) print tu_sf_mode
1
(dbx) quit
**************
You may want/need to restart the network (#/usr/sbin/rcinet restart)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 02:28 AM
09-30-2005 02:28 AM
Re: tu StoreAndForward with 4.0D?
# dbx -k /vmunix
dbx version 3.11.10
Type 'help' for help.
stopped at [thread_block:2275 ,0xfffffc00002b4920] Source not available
(dbx) print tu_sf_mode
"tu_sf_mode" is not defined or not active
(dbx)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 08:44 AM
09-30-2005 08:44 AM
Re: tu StoreAndForward with 4.0D?
I think this does not exist before 4.0F.
Any reason for not updating?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 11:11 AM
10-02-2005 11:11 AM
Re: tu StoreAndForward with 4.0D?
We have newer versions of our product that support current releases of the OS, but this customer is looking at moving to our Windows product, so, they won't be upgrading their UNIX product. So, I guess we'll just have to live with the issue.