Sponsored Content
Full Discussion: Sun T5210 & T5220
Operating Systems Solaris Sun T5210 & T5220 Post 302175198 by kaufmoa on Thursday 13th of March 2008 10:12:21 AM
Old 03-13-2008
Sun T5210 & T5220

Hi!

Does anybody got some experiences with the Sun Server T5210 or T5220?

-> especially in network configuration!

Thanks...

BYE
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

tail command in SUN & HP_unix

Hi any SUN expert, All the while I using HP-Unix. Now when i turned into SUN environment, I not sure how the command should look like in SUN sys. HP: tail -n3 file.log (this is the command i normally use) SUN: tail (this 1 not work, donno where went wrong) Please help, thanks! (3 Replies)
Discussion started by: clemeot
3 Replies

2. Solaris

Solaris 7 & 9, Iplannet 4.1 and Sun One Web Server 6.1

Hey all, I was wondering whether anyone could give me any tips. I'm a total newcomer when it comes to Solaris and i need to dothe following: Current System: Solaris 7 running IPlannet 4.1: Upgrade (Preserving current data) to: Solaris 9 running Sun ONE Web Server 6.1 Has anyone... (0 Replies)
Discussion started by: AJD
0 Replies

3. HP-UX

what the different between SUN(9) & HP-UX

i have quistion now i have completed the course SUN(9) , now i dont know if i can work with HP-UX or not as well as UNIX OS , i mean i can admin the machine work with HP-UX or not is there huge differnts in command... also after SUN(9) i can deal with all UNIX OS ................... please friends... (4 Replies)
Discussion started by: omer_ome
4 Replies

4. UNIX for Advanced & Expert Users

Help: Sun Disk partitioning for Sun V240 & StorEdge 3300

Dear Sun gurus, I have Sun Fire V240 server with its StorEdge 3300 disk-array. Following are its disks appeared in format command. I have prepared its partitions thru format and metainit & metattach (may be i have made wrong steps, causing the errors below because I have done thru some document... (1 Reply)
Discussion started by: shafeeq
1 Replies

5. Solaris

HP Unix & Sun Solaris on single machine

Is it possible to install 2 flavors of Unix on a single machine ? -HP Unix -SUN Solaris Please provide sufficient information to carry both of the above OS installation on single machine.Any guide/steps/document will do. (3 Replies)
Discussion started by: mahix
3 Replies

6. UNIX for Advanced & Expert Users

Sun Cluster log rotation & compression

I currently have in root's crontab: 20 4 * * 0,3 /usr/cluster/lib/sc/newcleventlog /var/cluster/logs/eventlog 20 4 * * 0,3 /usr/cluster/lib/sc/newcleventlog /var/cluster/logs/DS 20 4 * * 0,3 /usr/cluster/lib/sc/newcleventlog /var/cluster/logs/commandlog there is no man page on... (1 Reply)
Discussion started by: rkruck
1 Replies

7. Hardware

Sun T5220 Firmware question

Hello all, I've been researching this to no avail, I have a T5220 running firmware 7.2.2.e (139442-06) However, the issue I have is that I want to update the firmware yet Oracle maintains 3 different sets of firmware for the T5220: 7.2.x = (139442-14) Being the latest at 7.2.11.a;... (4 Replies)
Discussion started by: seckure
4 Replies

8. Hardware

Sun Oracle Netra T5220 processor help

I recently required some Sun Oracle Netra T5220s. I do not have much knowledge of Sun products. The units do not have video cards or hard drives. How can I tell/go about figuring out what clock speed and how many cores the processor is? They are all outfitted with 32GB of memory. Two are... (11 Replies)
Discussion started by: nerdboy
11 Replies

9. Solaris

I can't boot my Sun T5220 server from cdrom.

hi:) i can't boot my sun server by iso solaris 10 sparc dvd that i did download from oracle site. my hardware is sun T5220. i receive these after running boot cdrom -s : can't read disk lable can't open disk lable package ERROR: boot-read fail whould u help me? Please use CODE... (1 Reply)
Discussion started by: Arefdel
1 Replies
FANN_SAVE(3)								 1							      FANN_SAVE(3)

fann_save - Saves the entire network to a configuration file

SYNOPSIS
bool fann_save (resource $ann, string $configuration_file) DESCRIPTION
Saves the entire network to a configuration file. The configuration file contains all information about the neural network and enables fann_create_from_file(3) to create an exact copy of the neural network and all of the parameters associated with the neural network. These three parameters (fann_set_callback(3), fann_set_error_log(3), fann_set_user_data(3)) are NOT saved to the file because they cannot safely be ported to a different location. Also temporary parameters generated during training like fann_get_MSE(3) is not saved. PARAMETERS
o $ann -Neural network resource. o $configuration_file - The configuration file path. RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_create_from_file(3). PHP Documentation Group FANN_SAVE(3)
All times are GMT -4. The time now is 09:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy