Sponsored Content
Operating Systems Solaris Question on selling/unloading Sunfire V240 Post 302981820 by rbatte1 on Tuesday 20th of September 2016 04:27:52 AM
Old 09-20-2016
If you can get the OS installed, then you can demonstrate it as a working server to any potential buyer, which is far better than saying "I have this pile of old stuff I haven't switched on for ages."

Would you buy a car without hearing the engine start?

It will also help you prove that it was in working order if there are any complaints later on.



Kind regards,
Robin
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Solaris 9 on Sunfire V240

Hey guys, I had a Sunfire V240 with Solaris 10 preinstalled but replaced the original 2 -73g harddrives with 2 146g drives now I'm trying to install Solaris 9 which I want to use not 10. Now I keep getting this error: Rebooting with command: boot Boot device: disk0:a File and args: The... (2 Replies)
Discussion started by: kingdbag
2 Replies

2. UNIX for Advanced & Expert Users

Question - Does anyone know a good forum for selling Unix H/ware?

Hi ... apologies for posting in this section ... I figured this would be the best place to pose this question - does anyone know a good forum for selling Unix related hardware - I have a handful of HP C3750's that I would like to sell. I am located in Toronto. Thx. (2 Replies)
Discussion started by: krs1
2 Replies

3. UNIX for Dummies Questions & Answers

Jumpstart Sunfire V240

Hi, I trying to jumpstart SunFire V240 Solaris 10, 2006_01. All the jumpstart files on jumpstart install and boot server are ok (tested on another machine Sun Ultra 10). But this system comes out with: "The file just loaded does not appear to be executable." after "boot net - install" and setting... (0 Replies)
Discussion started by: jump
0 Replies

4. Hardware

Need Help connecting to sunfire v240

I recently acquired a sunfire v240 and I'm trying to get into it so I can install linux on it. Right now I'm still trying to get a monitor connected so I can do this. I've tried connecting to it with a crossover cable to my laptop (vista and linux equipped). I was able to get a connection... (2 Replies)
Discussion started by: QuadRunner750
2 Replies

5. Solaris

Sun V240 Raid Question

Hi All, I'm new to this site. I have a few question since I'm in the process how to to repair my raid on Sun V240 Server. 1. How can we create RAID in Sun Sparc v240? 2. What utility can help people create RAID in Sun Sparc v240? 3. Do we need any special software to create the... (12 Replies)
Discussion started by: angkor
12 Replies

6. Solaris

SUNFIRE V240 procedure to shutdown with safety in order to replace power cables

Question: Which commands to use to shutdown with safety the server; (2 Replies)
Discussion started by: doudou2012
2 Replies

7. UNIX for Dummies Questions & Answers

Installing Solaris 10 on sunfire v240

please help, I am a Linux newbie and I have a sunfire v240 that I got used with the hard drives removed and I am hoping to install Solaris 10 on it to learn. I bought 2 scsi hard drives which are the exact replacement for the machine. I've installed the hard drives and have downloaded Solaris 10... (9 Replies)
Discussion started by: nodgeman
9 Replies

8. Solaris

SunFire V240 CPU Heat Sink Replacement

I got a replacement Heatsink and Fan unit, but the OEM unit has the SUN Thermal Interface Material (TIM) already on the heatsink matting surface. Because mine is used it does not have the TIM. Also there are 2 different TIM material SUN used based on the Processor (1-1.28GHz uses a glue backed... (1 Reply)
Discussion started by: danneskjold0809
1 Replies

9. Solaris

Failed to identify flash rom on Sunfire V240 running Solaris 10

Hi Guys, I have performed OBP & ALOM upgrade on V240 system. One of my system, running Solaris 10, having issue to identify flash rom during ALOM 1.6.10 version upgrade (OBP upgraded to latest one). May I know what the reason of this error and how can I fix it so I can upgrade ALOM using... (0 Replies)
Discussion started by: myrpthidesis
0 Replies
acl_init(3)						     Library Functions Manual						       acl_init(3)

NAME
acl_init - Allocate and initialize ACL internal working storage LIBRARY
Security Library (libpacl.a) SYNOPSIS
#include <sys/acl.h> acl_t acl_init( const size_t size); PARAMETERS
Specifies the size of the working storage in bytes. DESCRIPTION
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_init() function allocates and initializes working storage for an ACL of at least size bytes. A pointer to the working storage is returned. When the area is first allocated, it contains a ACL that has no ACL entries. RETURN VALUES
Upon successful completion, the acl_init() function returns a pointer to the working storage. Otherwise, a NULL pointer is returned and errno is set to indicate the error. ERRORS
If any of the following conditions occur, the acl_init() function returns a value of NULL and sets errno to the corresponding value: The acl_t to be returned requires more memory than allowed by the hardware or system-imposed memory management constraints. The function is not supported by the implementation. RELATED INFORMATION
acl_add_perm(3), acl_clear_perm(3), acl_create_entry(3), acl_free(3) Security delim off acl_init(3)
All times are GMT -4. The time now is 04:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy