Sponsored Content
Full Discussion: SUN BLADE T6340 - which OS ?
Top Forums UNIX for Dummies Questions & Answers SUN BLADE T6340 - which OS ? Post 302714963 by jlliagre on Saturday 13th of October 2012 09:36:31 AM
Old 10-13-2012
This server supports both Solaris 10 and Solaris 11.
debian doesn't list it as a supported hardware so I doubt it will boot on it reliably (if at all).
OpenBSD is mentioning this server in its sparc64 page.
 

9 More Discussions You Might Find Interesting

1. Solaris

sun Blade 2000 and XVR100

hello, I have SunBlade 2000 with XVR-1000 graphics card. Xserver won't loaded. I've reinstalled OS 9 ( loaded Driver) nor 10 still won't do it. Anyone has this problem or have any ideas whats' wrong, greatly appreciated!! thanks in adv. (1 Reply)
Discussion started by: anphdula
1 Replies

2. UNIX for Dummies Questions & Answers

Please help to configure Sun Blade 150 workstation

Hi, I am new to UNIX. I have a Sun Blade 150 worksation. I used a Dell monitor and Dell keyboard as input and output devices. However, workstation always told me that keyboard couldn't be found. I used Dell keyboard with USB and Dell keyboard with series connector. It all didn't work. Please help... (10 Replies)
Discussion started by: duke0001
10 Replies

3. Solaris

Sun Blade 100 Disk Compatibility

It's me again, I was taking my Sun Blade 100 apart last night to see what kind of drive I have. It is a Seagate ST320011A Barracuda ATA IV 20 GB 7200 RPM Ultra ATA/100 IDE. Now 20 gig ain't all that big anymore and I got to thinking about putting a couple bigger drives in there. although I... (7 Replies)
Discussion started by: BrewDudeBob
7 Replies

4. Solaris

Sun Blade 100 Memory Upgrade

Hi, I've been a member for a while but have never posted. I have a Sun Blade 100 desktop and I just installed Solaris 10 and it is unbearably slow. I only have 128 Meg of RAM and need to upgrade. I have searched and found many online resources that have RAM, but I was wondering if anyone has... (12 Replies)
Discussion started by: BrewDudeBob
12 Replies

5. UNIX for Dummies Questions & Answers

Serial Connection sun blade 100 to pc

Hi, If someone please help as my efforts been exhausted in connecting my sun blade 100 serial to my pc. I am using null modem with DB9(female) in sun blade and DB9(female, using gender change) in pc. I am trying both hyper/putty 9600 8 N 1 configurations. Thanks (2 Replies)
Discussion started by: younics
2 Replies

6. Hardware

Sun Blade T6320 memory configuration

Can you mix DIMMs in a T6320 (sparc) blade? I have read/heard that the DIMMs in a memory bay must be identical but can you have different size DIMMs installed in the blade? For instance, can you have 1 4GB DIMM in bay 0, 2 2GB DIMMs in bay 1, 4 1 GB DIMMs in bay 2 and 2 2GB DIMMs in bay 3 for a... (0 Replies)
Discussion started by: bluescreen
0 Replies

7. Solaris

Sun Blade 150 not a Sun?

I have recently re-installed Solaris 10 on a Sun Blade 150 followed by a patch set (10_Recommended) dated 2011.12.05. I have just noticed /bin/sun now returns false, rather than true. See below. $ uname -a SunOS myblade1 5.10 Generic_147440-07 sun4u sparc SUNW,Sun-Blade-100 $ /bin/sparc &&... (1 Reply)
Discussion started by: apmcd47
1 Replies

8. UNIX for Dummies Questions & Answers

Reinstalling Solaris 9 on Sun Blade 100

For the past ten years I have owned a blade 100, and I had Solaris 9 running on it. Due to the fact, 9 is woefully out of date, I wanted to try 10, but 10 needed more ram, so I beefed up the ram to the full 2 gig. I have two 15 gig ide drives in the box (stock drives). But unfortunately solaris... (2 Replies)
Discussion started by: RichardET
2 Replies

9. Solaris

help installing solaris 10 on sun blade 1500

Hi everyone can someone please explain to me how to install solaris 10 on a sunblade 1500 using cdrom? Thanks for your assistance (1 Reply)
Discussion started by: cjashu
1 Replies
NGLISTER(1)							  NGLister Manual						       NGLISTER(1)

NAME
NGLister - Tool to download newsgroup information from news servers SYNOPSIS
nglister [ -u username ] [ -p password ] [ -P port ] hostname filename nglister -h | --help DESCRIPTION
NGLister is a tool to download information about groups and other information available on an NNTP (Usenet news) server. It is designed to be fast and simple; just specify the server and the information you want, and NGLister will send it to standard output. You can write the information to a file by appending: > filename to the end of your command-line. INSTALLATION
To install NGLister, you will need a current version of Python <URL:http://www.python.org/>. NGLister requires only one other piece of software: Optik. You can find it at <URL:http://prdownloads.sourceforge.net/optik/Optik-1.3.tar.gz>. To install, run this command as root: python setup.py install OPTIONS
-u username Specifies the user name to use for logging into the server. Use this only if your server requires authentication. -p password Specifies the password to use for logging into the server. Use this only if your server requires a password. -P port Specifies the numeric port to use when connecting. Most servers listen on port 119, the default NNTP port, so that value is used by the default. This option will only be needed rarely. hostname Specifies the name of the NNTP server. filename Specifies the name of the data to retrieve from the remote NNTP server. Most people will use active or newsgroups here. The set of files supported varies from one server to the next. Please note that this parameter does not denote an output filename or even a real filename; just the type of information you want from the server. Here is a list of commonly-supported information types. Additional items are specified in RFC2980 <URL:http://www.ietf.org/rfc/rfc2980.txt> with the LIST command. o active lists all newsgroups and describes their numbering. o newsgroups lists the newsgroup descriptions. Note that most servers do not carry descriptions for all groups, and the groups that lack a description will not be listed here at all. o active.times describes how recently each newsgroup has seen activity. o motd shows the server's "Message Of The Day" -- that is, current news about the server. -h --help Displays brief usage help. CONFORMING TO
o Network News Transport Protocol as specified in RFC 977 o Common NNTP Extensions as specified in RFC 2980 o Standard Python 2.2.1 as implemented on POSIX-compliant systems. COPYRIGHT
NGLister and this manual, are Copyright (C) 2003 John Goerzen. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AUTHOR
NGLister its libraries, documentation, and all included files, was written by John Goerzen <jgoerzen@complete.org> and copyright is held as stated in the COPYRIGHT section. NGLister may be downloaded from the Subversion repository <URL:http://svn.complete.org/> or from the Debian package page <URL:http://pack- ages.debian.org/unstable/news/nglister.html>. SEE ALSO
slrn(1), python(1) John Goerzen 12 February 2003 NGLISTER(1)
All times are GMT -4. The time now is 03:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy