How do I specify multiple fans in /etc/fancontrol ?

I've been running through the fan control guide in the wiki, and reading most every post here on fan control without finding any solutions to this problem... Here are my notes on my setup from pwmconfig and sensors output:
fan1: CPU
fan2: Chassis
fan3: Power
hwmon0 is atk0110
hwmon1/device is it8712
PWM controls:
hwmon1/device/pwm1
hwmon1/device/pwm2
hwmon1/device/pwm3
controlled by hwmon1/device/pwm1
hwmon0/fan1_input YES (CPU fan)
hwmon0/fan2_input no corr
hwmon0/fan3_input no corr
controlled by hwmon1/device/pwm1
hwmon1/device/fan1_input YES (CPU fan)
hwmon1/device/fan2_input no corr
hwmon1/device/fan3_input no corr
controlled by hwmon1/device/pwm2
hwmon0/fan1_input no corr
hwmon0/fan2_input YES
hwmon0/fan3_input no corr
hwmon1/device/fan1_input no corr
hwmon1/device/fan2_input YES
hwmon1/device/fan3_input no corr
controlled by hwmon1/device/pwm3
hwmon0/fan1_input no corr
hwmon0/fan2_input no corr
hwmon0/fan3_input no corr
hwmon1/device/fan1_input no corr
hwmon1/device/fan2_input no corr
hwmon1/device/fan3_input no corr
temp1: 28 C, CPU (high = 60 C, crit = 95 C)
temp2: 33 C, MB (high = 45 C, crit = 75 C)
temp1 should control hwmon1/device/pwm1 which controls the CPU fan
temp2 should control hwmon1/device/pwm2 which controls the MB fans
So lm-sensors seems to work, and pwmconfig seems to spin down the right fans.  Now, after pwmconfig has run through the tests, I say that pwm1 should be controlled by temp1, while pwm2 should be controlled by temp2, set interval, save and quit. Then I try starting fancontrol, it reads everything up until FCTEMPS, where I get an error. The FCTEMPS line has a + between the two fans controlled by pwm2, could this be the problem? Does anyone have a similar setup (two fans controlled by one pwm2 and one temp2, and a third fan controlled by pwm1 and temp1) and an /etc/fancontrol which displays this setup? Basically it seems to me pwmconfig is not writing the right /etc/fancontrol syntax for two fans on one pwm.
(Googling for this just gave me "here's a patch to make lotsa fans work with lotsa temps" and similar stuff which seemed way more complex than what I want.)

wops, forgot to include my /etc/fancontrol:
# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=5
FCTEMPS=hwmon1/device/pwm2=hwmon0/temp2_input hwmon1/device/pwm1=hwmon0/temp1_input
FCFANS=hwmon1/device/pwm2=hwmon1/device/fan2_input+hwmon0/fan2_input hwmon1/device/pwm1=hwmon1/device/fan1_input+hwmon0/fan1_input
MINTEMP=hwmon1/device/pwm2=20 hwmon1/device/pwm1=20
MAXTEMP=hwmon1/device/pwm2=60 hwmon1/device/pwm1=75
MINSTART=hwmon1/device/pwm2=150 hwmon1/device/pwm1=150
MINSTOP=hwmon1/device/pwm2=0 hwmon1/device/pwm1=0
and the error output:
Loading configuration from /etc/fancontrol ...
Common settings:
INTERVAL=5
Settings for hwmon1/device/pwm2:
Depends on hwmon0/temp2_input
Controls hwmon1/device/fan2_input+hwmon0/fan2_input
MINTEMP=20
MAXTEMP=60
MINSTART=150
MINSTOP=0
MINPWM=0
MAXPWM=255
Settings for hwmon1/device/pwm1:
Depends on hwmon0/temp1_input
Controls hwmon1/device/fan1_input+hwmon0/fan1_input
MINTEMP=20
MAXTEMP=75
MINSTART=150
MINSTOP=0
MINPWM=0
MAXPWM=255
Enabling PWM on fans...
Starting automatic fan control...
/usr/sbin/fancontrol: line 287: hwmon1/device/fan2_input+hwmon0/fan2_input: No such file or directory
Error reading Fan value from /sys/class/hwmon/hwmon1/device/fan2_input+hwmon0/fan2_input
Aborting, restoring fans...
Verify fans have returned to full speed
Last edited by unhammer (2009-10-01 17:27:55)

Similar Messages

  • How Can i specify multiple server names in rwservlet.properties  file?

    How Can i specify multiple server names in rwservlet.properties file without clustering?
    I am using oracle 10g Application server. we have 3 servers Repsvr1, RepSvr2 and RepSvr3. Now i need to configure rwservlet.properties file to point to these servers based on any running report. i got 3 keymap files with reports info.
    Sample entry in the key map file is:
    key1: server=Repsvr1 userid=xxx/yyy@dbname report=D:\Web\path1\path2\reports\Report1.rdf destype=cache desformat=PDF %*
    key2: server=Repsvr2 userid=xxx/yyy@dbname report=D:\Web\path1\path3\reports\Report2.rdf destype=cache desformat=PDF %*
    rwservlet.properties file letting me to enter only one servername. Even though i merged all 3 keymap files into 1, still i have the server name issue. If i leave the server to the default name still i am getting the below error.
    REP-51002: Bind to Reports Server Repsvr1 failed. However, i know the default rep_<servername> would be used incase we dont have SERVER=<value> parameter in the rwservlet.properties file.
    If i specify the servername in the rwservlet.properties file then only Repsvr1 reports are working fine and other 2 server reports are giving the same error like
    REP-51002: Bind to Reports Server <<Server Name>> failed.
    how can i configure the info which will work all 3 reports. 2 Port servers are invoking using oracle forms and report server is invoking using ASP pages.
    If i specify Server name & Key map file in rwservlet.properties one at a time, all the reports are working without any error, whenever i am trying to integrate all 3 to workable i am getting binding error. if i exclude the server from rwservlet.properties still i am getting the same error.

    My RELOAD_KEYMAP setting is YES only.As i said If i specify Server name & Key map file in rwservlet.properties one at a time, all the reports are working without any error.
    keymap file entries
    key1: server=Repsvr1 userid=xxx/yyy@dbname report=D:\Web\path1\path2\reports\Report1.rdf destype=cache desformat=PDF %*
    key2: server=Repsvr2 userid=xxx/yyy@dbname report=D:\Web\path1\path3\reports\Report2.rdf destype=cache desformat=PDF %*
    If i use http://server.domain:port/reports/rwservlet? cmdkey = key1 should bring the report from Repsvr1 and http://server.domain:port/reports/rwservlet? cmdkey = key2 should bring the report from Repsvr2, but i am getting an error from Repsvr2 saying that REP-51002: Bind to Reports Server repsvr2 failed.
    Only Servername Repsvr1 is in rwservlet.properties file. Now what is the best option to by pass the server from rwservlet.properties file and should be from keymap file. if i comment server name in rwservlet.properties file still i am getting REP-51002: Bind to Reports Server <<Server Name>> failed error for both keys.

  • /em/console/notif/addMetrics, How I specify multiple file systems?

    People,
    In EM 10gR2,
    How do configure
    Filesystem Space Available (%)
    metric which I find here:
    /em/console/notif/addMetrics
    It seems obvious if I have just 1 file system to monitor.
    I just type in /u01 for example.
    How do I specify multiple file systems?
    Do I separate each file system name by a comma:
    /u01, /u02, /u03
    ...Peter
    http://GoodJobFastCar.com

    You can use like /u0*

  • How to download data from Web UI in XLS (Incl multiple worksheets, cells, etc)?

    Hi,
    how to download e.g. tab-separated data into XLS I know. However, how can I specify cells, where certain fields should, go directly? Let's say I have an XLS template with field labels, special formatting (colors, fonts, etc...), multiple worksheets and so on. How can I make sure that a specific field (e.g. 'Description' or 'Status') goes into a specific cell (e.g. B2 or C4) accordingly? Is this possible at all?
    Many thanks
    Sebastian

    Hi Sebastian,
    exporting ing to a custom Excel format will require custom development. It is not possible with the standard Excel download provided by SAP CRM.
    If you are trying to implement this functionality I'd suggest that you have a look at the abap2xlsx project:
    abap2xlsx - Generate your professional Excel spreadsheet from ABAP
    Christian

  • How to specify multiple listeners in the init/spfile

    hi experts,
    can u explain me How to specify multiple listeners in the init/spfile ?

    you do not specify linsteners in spfile.
    The easiest way to configure more listeners is to use Net Configuration Assistant tool.

  • How to export to multiple locations

    Hi everyone,
    I'm trying to do a full database export on a SunOS 5.8 server. The problem I often face is, most of the file systems on this server are 50 to 70% filled. So I'm not able to use a single file system to store all my dump files. So what I did was, I created multiple dump directories each representing a separate file system on this server. Later while doing export I specified the name of the dump directories prefixed to the dump file names as shown below.
    expdp username/password
    full=y
    dumpfile=oradata1:dumpfile1.dmp,oradata2:dumpfile2,oradata3:dumpfile3
    filesize=5GB
    logfile=oralog.log
    This worked fine for me. But I faced some problems which I will list below.
    1> As mentioned above, I used filesize parameter. At one point of time, it was saying required space was not available (I hope the error number is 39095) and the export was failing. Then after increasing the filesize parameter considerably the problem got solved. I'm still not clear why the export failed even though there was enough space in the file system. I increased the filesize parameter after reading one of the post in a oracle forum. But they did not mention how it works. I want to know how oracle determines the minimum size for a dump file which was causing this problem.
    2> I thought of creating a shell script to automate this backup process. I used the same export with some new additions as shown below.
    expdp username/password
    full=y
    dumpfile=oradata1:file%U.dmp, oradata2:file%U.dmp, oradata3:file%U.dmp
    filesize=5GB
    parallel=5
    logfile=oralog.log
    My idea was that, if I specify %U, oracle will automatically generate new file names when the current one got exhausted. Again here, the problem I faced was it was creating only one dump file in each directory. Later I found that the number of files generated depends on the value I specified for the parallel parameter. But when the export was completed, even though I have specified 5 for parallel parameter it created two dump files in the first dump directory, one each in the remaining two dump directories. Again I have no idea why this happened. I haven't found any answer for this yet.
    Please help me fix these issues, I have been trying my best but I'm not able to find any help for my oracle related queries. The only thing I see in google is oracle data pump documentation, please suggest me some helpful sites, forums for oracle which will help me. I rely on this forum a lot and it has really helped me a lot, thanx for all the Oracle gurus.

    Let me try to explain what is probably happening.
    I'm trying to do a full database export on a SunOS 5.8 server. The problem I often face is, most of the file systems on this server are 50 to 70% filled. So >I'm not able to use a single file system to store all my dump files. So what I did was, I created multiple dump directories each representing a separate file >system on this server. Later while doing export I specified the name of the dump directories prefixed to the dump file names as shown below.
    expdp username/password
    full=y
    dumpfile=oradata1:dumpfile1.dmp,oradata2:dumpfile2,oradata3:dumpfile3
    filesize=5GB
    logfile=oralog.log
    This worked fine for me. But I faced some problems which I will list below.
    1> As mentioned above, I used filesize parameter. At one point of time, it was saying required space was not available (I hope the error number is 39095) >and the export was failing. Then after increasing the filesize parameter considerably the problem got solved. I'm still not clear why the export failed even >though there was enough space in the file system. I increased the filesize parameter after reading one of the post in a oracle forum. But they did not >mention how it works. I want to know how oracle determines the minimum size for a dump file which was causing this problem.My guess is that Data Pump started on 1 file system and filled the file to the 5GB max size. It then tried to create the next file in the next filesystem and could not fill it to 5GB so it failed.
    When you specify multiple files, Data Pump starts on the first file, then when full, it opens the next file. (This is if parallel is 1) If parallel is larger, then it will open multiple files.
    When you bumped the max filesize, the first file maybe took 10G and either the second file wasn't needed, or the amount of space for the second file was small enough to fit on the second file system.
    >
    2> I thought of creating a shell script to automate this backup process. I used the same export with some new additions as shown below.
    expdp username/password
    full=y
    dumpfile=oradata1:file%U.dmp, oradata2:file%U.dmp, oradata3:file%U.dmp
    filesize=5GB
    parallel=5
    logfile=oralog.logWhat happens here is that the first file will be opned on oradata1:file01.dmp the next file will be oradata2:file01.dmp, then oradata3:file01.dmp then back to the first directory with file02.dmp etc. It round-robins the filespecs and since they live in different directories, then it will round robin the directories also.
    >
    My idea was that, if I specify %U, oracle will automatically generate new file names when the current one got exhausted.This is true, but if the directory structure fills up, then an error is returned.
    Again here, the problem I faced was it was creating only one dump file in each directory.It would have created more files in the directories if the job needed more. It fills a file and then creates the next, but in a round robin order
    Later I found that the number of files generated depends on the value I specified for the parallel >parameter. But when the export was completed, even >though I have specified 5 for parallel parameter it created two dump files in the first dump directory, >one each in the remaining two dump directories. >Again I have no idea why this happened. I haven't found any answer for this yet.The job probably only went to a parallel 4 so it created 4 files. It doesn't create a file until it needs one.
    >
    Please help me fix these issues, I have been trying my best but I'm not able to find any help for my oracle related queries. The only thing I see in google is >oracle data pump documentation, please suggest me some helpful sites, forums for oracle which will help me. I rely on this forum a lot and it has really >helped me a lot, thanx for all the Oracle gurus.I'm not sure what issue you have. If you have limited disk space and you tell the Data Pump job to write it's dumpfile there, it will. If it runs out of room, the Data Pump job will throw a fatal error. During export, Data Pump doesn't know how much disk space it will need. The estimate phase is just for data, it does not estimate the metadata. This can be larger than the data, or it could be smaller. It depends on how full your tables are.
    Hope this helps
    Dean

  • How do I scan multiple documents to a single pdf from the ADF on my MX922?

    How do I scan multiple documents to a single pdf from the ADF on my MX922?
    Solved!
    Go to Solution.

    Hi Riceburner1,
    Since you have had difficulty scanning using My Image Garden, you can scan using the IJ Scan Utility program that also comes with the printer.  To do this, please follow these steps:
    1. Place the documents in the ADF or on the platen glass of the printer.
    2. Start the IJ Scan Utility.
        For Windows 8.1:
        1. On your keyboard, press the Windows key.
        2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it, then continue with Step 3 below.
        For Windows XP:
        1. Go to your START MENU, then select ALL PROGRAMS, then CANON UTILITIES, then the IJ SCAN UTILITY program.
        2. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears. Please continue with Step 3 below.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN option on the left pane of the window. In the Select Source field of the Scan Options section, select DOCUMENT (ADF/PLATEN) to scan items placed directly on the platen glass, DOCUMENT (ADF SIMPLEX) to perform single-sided scanning from the ADF, or DOCUMENT (ADF DUPLEX) to perform double-sided scanning using the ADF. You can then set the item size, resolution, etc. in the Scan Options section as desired.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
         a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.  Please note that the filename that you give the document here will be the default filename for all items scanned until you change the file name.  If you leave the file name the same in the field, the scanned item will have a sequential number appended to the end of whatever name you give it.
         b.) In the DATA FORMAT field, use the drop-down arrow to select the desired option. If you are scanning a multipage document, select the PDF (Multiple Pages) option.
         c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.
    6.  In the APPLICATION SETTINGS section of the window, please select the DO NOT START ANY APPLICATION option.  
    7. Once all settings have been selected, click the OK button at the bottom of the SETTINGS (DOCUMENT SCAN) window. The IJ Scan Utility main screen appears.
    8. Click the DOCUMENT button. Scanning starts. Click the CANCEL button to cancel scanning if needed.   Once the scan is completed, scanned images are saved in the previously selected folder location specified in the SETTINGS... window.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How we set up multiple websites on OSX Server

    BACKGROUND
    After fiddling and futzing around for weeks (actually since last year) I've finally figured out how to set up multiple websites (virtual sites) using one port and one IP address. While there seems to be lots of discussion on this topic, it seems that the basic assumption is that one knows everything about websites, DNS and all that stuff, which I do not.
    When our network was originally established the engineer set up a wiki and also configured webmail, so we had two sites, one secured for mail and the other open for Calendar and the wiki. We were not hosting any websites locally because our school website is hosted by a company in New England.
    This year I wanted to set up websites for teachers and students. As great as the wiki is, there are some things it just can't do as well as a website. So I figured if I set up the sites teachers could link back and forth from one to the other. In addition kids could now start to use a real website instead of the cobbled together file mess I had when we ran a Windows network. Also iWeb is a much more accessible tool than FrontPage.
    SERVER SIDE:
    Snow Leopard Server - 10.6.4
    There are two - actually three pieces if you want your iWeb clients to connect to the server: Server Side Web Services, DNS and, in my case, FTP.
    ================================================ SERVER SIDE - WEB SERVICES
    If you haven't turned on Web services, you'll need to open Server Admin and do that. If you don't know how to set up web services - just reply and I'll step you through that as well.
    Once web services are set up and turned on, you'll see it listed under your server’s name in the Server Admin sidebar. Click on "Web" and then click on the "Sites" tab at the top of page. This is where you list all your sites.
    Click the plus button and enter the fully qualified name of your site, for example: "students.myschool.org". Don't use the defaults here (no name) - that's what got me in trouble before. BE SPECIFIC!
    You'll be looking at the "General" tab (the other tabs, "Options", "Realms", etc. we'll deal with in a second).
    On the "General Tab", the default IP address ("any") and port (80) is just fine. We'll run everything over port 80. (Apache figures all the virtual site stuff out - you don't need your rocket science degree for that.)
    "Web Folder:" is important because this is how you'll "segment" your websites. While I would NEVER do this again, we have a solid state hard drive for the OS and a RAID array for our data files. IF you have that, make sure you do NOT use the default "Web Folder" because it will store all your files on your solid state drive. There may not be enough room, over time, on that drive. I've not experienced it yet, but it's my understanding that if the drive fills up, the server shuts down.
    I store my web sites on a folder on the RAID array.
    Everything else on that tab can be left as the default. (Just make sure that you have an "index.html" or "index.php" file in your web folder root, but iWeb will take care of that for you.)
    I would put in your email address in the "Administrator Email:" field.
    Under "Options" you really don't have to put anything. I've tested making websites with iWeb and it doesn't appear that anything needs to be checked.
    Nothing needs to be entered in "Realms" as well from what I see working w/ iWeb.
    The defaults in "Logging" are fine.
    You can leave "Security" alone, but we do have a (self-issued) certificate listed for our webmail site.
    "Aliases" is important. Under "Web Server Aliases" you enter how you want the site to respond to when users type in a URL in their web browsers.
    When our web server was initially set up the engineer set up "wiki.myschool.org" on port 80 and "mail.myschool.org" on port 443. In the aliases section was nothing but a "*" (the wildcard character). That means, from what I can figure out, that the webserver will respond to these sites regardless of what is typed in the URL. (Well, something like that - point is, if you create OTHER websites, you'll NEVER get to them because the wildcard character in the "Aliases" section, in effect, grabs those web requests and redirects them to the sites that are already there.
    In my case I deleted both of those wild card characters. For my "wiki.myschool.org" site, I entered "mail.myschool.org". That means if you type EITHER "wiki." or "mail.", go to the site that’s stored in the “Web Folder” we set up when those sites were created.
    For "mail.myschool.org" I just DELETED the wildcard character. I wanted that site (since it was secured) only to respond to "mail." - nothing else. (You're not going to that secured site for any other reason than to get your mail.)
    "Proxy" can be left blank. Have no idea what that does. As time permits I'll do some research and figure out what it's used for.
    "Web Services" is if you want to provide any MORE services to this particular site. Most likely you'll want to uncheck all the boxes. For our "wiki." site, we have checked "Wikis", "Blogs", and "Calendar". For our "mail." site we have those checked PLUS "Mail".
    I would create a separate "Web Folder" for each of your sites. I don't know if that's a requirement but for housekeeping purposes, I would keep the sites separated. And I SUSPECT that it's "best practice" to separate your wiki from your other websites.
    SERVER SIDE - DNS
    OK...now you have to make your site reachable and the only way to do that is to set up DNS so that folks don't need to type in the IP address of your web server. You need to set up DNS inside your network and, if you want folks in the outside world to reach your website, you'll need to set up an external DNS as well. I'm going to cover INTERNAL DNS - if you don't know how to set up EXTERNAL DNS - reply or email me and I'll post those instructions.
    Most likely you have already created Zones for you network...all you really need to do is create "Aliases" so that when you type "students.myschool.org" your web browser will know that site resides on IP address XXX.XXX.XXX.XXX.
    If you've set up Zones then you already have a "Machine" setting that translates your server’s name to an IP address and vice versa.
    All you need to do is create an "Alias" (CNAME) record for, in this case, "students". You’ll see the choices for types of records when you click the "Add Record" button.
    There are only two fields to configure for a record: "Alias Name" - in this case "students" and "Destination" - in this case "servername.myschool.org". (You've already entered a machine record that says "servername" = 192.168.1.x.)
    That's it for Internal DNS.
    SERVER SIDE - FTP
    Now you have to get iWeb to communicate with the webserver.
    There are only three ways iWeb will communicate with webservers: MobileMe, Local Folder and FTP Server.
    Local Folder is really only practical if you want to host a website on a laptop (I was blown away initially when I found out that all Macs had a built-in web server - how neat is that?). I think there are some very cool things teachers could do with configuration, and, of course, you wouldn't need to set up any web services on the web server, but that's for another discussion. You need to set up FTP services on the web server.
    Turn on and enable FTP on your webserver.
    You can leave the defaults for "General", "Messages" and "Logging". "Advanced" is the only thing you want to set. I set "Authenticated Users See:" to "Home Folder Only". I set the "FTP Root" to the same root folder in which I plan to store my web sites (/VOLUMES/RAID Array/WebServer/Documents). This setting sets that folder only to be accessible via FTP.
    I would suggest returning to your DNS settings and adding one more "Alias". Set "ftp." to point to your webserver. Why? So folks can edit their sites from home (see below).
    CAVEAT: If you are running FTP on other servers, make sure that the settings here do not conflict with the settings on the other servers. For example, I'm running FTP on my file server so that my scanners can communicate with it. However, I configure my FTP settings by machine name and NOT "ftp.myschool.org".
    ================================================
    CLIENT SIDE - CONFIGURING iWEB
    Now you have to configure iWeb so that it will communicate with your server.
    Click on the "Site" icon so that "Site Publishing Settings" appears.
    Publishing:
    "Publish to:" = "FTP Server"
    You can set the "Site name:" and "Contact email:" to whatever you want. But see below!
    FTP Server Settings:
    "Server address"=ftp.myschool.org (you could also enter in servername.myschool.org or the IP address. However, if you want folks to be able to work on the site from home, you will need to configure external DNS for that. If you use the IP address, you're out of luck for remote access to the site. (You can do it but it's beyond the scope of this discussion.)
    "Username" & "Password" should be your user's network login credentials.
    "Directory/Path" - this is important. Remember, you set your "FTP Root" to be "/VOLUMES/RAID Array/WebServer/Documents". If you leave this field blank then the website will be dumped into this folder. If you are only setting up one site, that may be OK. However I wanted to set up a "students" site folder, a "faculty" site folder and a separate site for our literary magazine.
    THEREFORE: I have, in my ..../Documents folder (on the server), a "students" folder, a "faculty" folder, and a "litmag" folder.
    SO...in my "Directory/Path:" field, I have "/faculty". That means the full path to this website is "ftp root/faculty" or "/VOLUMES/RAID Array/WebServer/Documents/faculty" (You don't need a trailing "/" character. iWeb will automatically append the folder for you user depending on what you entered in "Site Name:" in the "Publishing" area.
    Website URL:
    This is the root website depending on whether it is "students" or "faculty". Since iWeb will append the site name to this root website, I accomplished what I hoped to accomplish in this post (http://discussions.apple.com/message.jspa?messageID=12288561#12288561).
    Faculty sites will be @ http://faculty.myschool.org/username. Students @ http://students.myschool.org/username. PERFECT!
    iWeb is such a GREAT tool - NOW the kids can start using it!
    I want to reiterate that this works for our school but it should work for you as well. There may be better ways to do this but it works for us.
    Hope this has been helpful and you won't have to spend weeks trying to figure this all out by yourself!

    OK...here's how we did it.
    To get access to the website you created from outside your network there are a couple of steps.
    First, you have to have a STATIC IP address from your ISP. If you have a T1 circuit, no problem...you usually get a couple of static IPs you can use. However, if you have a cable modem circuit, most likely you have a dynamic IP address which changes when you connect to the internet. Usually a static IP will cost a bit more because the ISP has to go through a couple of steps to set it up for you. But once you have the address, you now have a way for folks outside your network to connect with you.
    (I’m also assuming that you use a router of some sort through which traffic flows out to the internet and that you aren’t using connection sharing or something like that.)
    The next thing you need to do is have your new static IP address associated with the server on which you are hosting your website. You've probably already done that if your website works inside your network. However, you've associated a private ip (192.168.x.x, etc.) to your web server. That doesn't mean anything to folks on the outside because private IP addresses are just that - private - folks can't access them. (I won't get into VPN because that's a whole other topic.)
    The way you associate your new static IP address to your web server is through some sort of dns application from your ISP. For example, we use TierraNet to manage our external DNS information. They have a web interface control panel that is very similar to the DNS interface for XServer. You can create CNAME records (aliases - other ways that folks can access your servers).
    Basically you create an "A" (CNAME) record with a fully qualified domain name (e.g. webserver.myschool.org) and point it to your public IP address (XXX.XXX.XXX.XXX) which you just got from your ISP. It's going to take a while (24-48 hours) for this change to take effect. BTW, you can create as many “A” records as you want. For example mail.myschool.com and wiki.myschool.com could point to the same place.
    You want to make sure that the fully qualified domain name you enter in the external dns utility matches the name you used when you created your internal dns records on your XServer.
    OK...so now folks can get to your domain - but, remember, you have a private network IP scheme between them and you. You now have to tell your router that when web traffic arrives, allow it inside the network and direct it to your web server.
    Let's say your public IP address is 205.100.112.50 and your web server is 192.168.0.5.
    You have to create, in your router’s "Security Zone" (router companies call them different things) a couple of rules. Usually the first rule is: "Let everything inside the network get out to the web." You've probably already done that if folks inside the network can reach the internet.
    You then have to tell the router to allow web traffic (port 80) into your network AND redirect that traffic to 192.168.0.5.
    We use AdTran routers and they have a web interface which allows you to write "rules" affecting public and private traffic. Public is folks outside the network, private is folks inside.
    AdTran calls them "Security Zones" and you modify those zones with policies.
    So my "Policy" would say, in the above example, redirect traffic from my public IP (205.100.112.50) -> to my web server -> (192.168.0.5).
    THEN you have to modify this policy with what AdTran calls "Traffic Selectors". You've said, OK, you can get in, but WHAT can get in?
    The "Traffic Selector" is written to say: "Permit" "TCP" traffic from 205.100.112.50 only through Port 80. (That's the port that web traffic goes over. If you wanted a secure website, you'd add another traffic selector that opens port 443, for example.)
    I'll tell you I'm no genius when it comes to this. I called AdTran and had them configure my router for me. I told them what I wanted done, they remoted into the router and configured it. But then I could go to the web interface and see what they did and then added rules later on when I wanted, for example, to get access to the network via Apple Remote Desktop or VPN into the network on my iPad.
    I'd bet that your router has a maintenance agreement that includes this service and if it doesn't it should have.
    I did find that I still had issues when I tried to set this up originally and it had to do with the ORDER of the policies. I can’t remember exactly what the issue was, but, effectively one of the policies highjacked traffic before the policy that I wanted got triggered. Simply moving them around in the list fixed that issue. So if you have this set up but still can’t access the site, check the order of your rules.
    I don’t know if that helps or not, but I try to think about this stuff conceptually and then get someone to help me with the details. I work with this stuff so infrequently that I forgot how I did something 6 months or a year ago. I’m in the process of creating a wiki for the school which documents all this stuff, but that’s a major undertaking.
    Cheers,
    John

  • How can I activate multiple tags at one time?

    How can I activate multiple tags at one time?

    I'm pretty sure you can run this on a sub tree of /etc/tags
    http://dev.day.com/docs/en/cq/current/wcm/page_publish/tree_activate.html

  • Solaris 11 IPS:  How do you post multiple versions of the same package?

    How do you post multiple versions of the same software package on a single IPS instance(port)? Oracle was able to do it here with versions 151 and 175 of S11:
    http://pkg.oracle.com/solaris/release/
    Unfortunately, based on my searches, no where in the documentation (http://www.oracle.com/technetwork/server-storage/solaris11/technologies/ips-323421.html) does it explain to the development community how this is done. The best I can do is create pkg repo instances on different ports to host each different software version.
    We are trying to deploy an IPS repository for our drivers and utilities that our customers can link to and pull updates from. We have been able to post a software package to the repository using the command:
    pkgsend publish -s http://localhost:1234 -d ./ Appv1.p5m
    This posts the package on the IPS repository instance at port 1234 on the server. However, we would like to post multiple versions of the package on the server at the same URL. Why the same URL? So that our customers and end-users need only point to a single URL to pull down our software rather than having to add a new URL to the publisher list each time we have an update. We want at least 5 of the previous software versions to be available on the server. Posting each version of the application or driver on a different IPS instance on a different port will require customers to add multiple URLs to their publisher list and they also will not be able to initiate remote scans for updates.
    Has anybody been able to do this? Is any documentation forthcoming?
    Edited by: user13489824 on Jun 25, 2012 10:17 AM

    dhduvall: Thanks for your response. Yes, one would think that as long as the version numbers are different, you should be able to accumulate multiple versions of a package in a repository. It looks like Oracle has done it in their S11 repository unfortunately, as far as I know, they have not shared the steps on how to do this. I would like to publish two versions of the same package. I.E. two different manifests with two different fmri.pkg version strings and two different binaries.
    If I publish one package after another like this:
    pkgsend publish -s http://localhost:1234 Appv1.p5m
    pkgsend publish -s http://localhost:1234 Appv2.p5m
    Then only the second package shows up in the repository, as if it over-wrote the first one.
    Running pkgsend with two manifest, like this:
    pkgsend publish -s http://localhost:1234 Appv1.p5m Appv2.p5m
    Will cause pkgsend to combine the packages and manifests as if they were a single package... not what I am trying to do.
    Both approaches are complete without errors but neither achieves what I am trying to do.
    alan.pae: Thank you. Unfortunately, the link didn't really help. I've read Oracle's white papers and IPS developer guide so I'm familiar with the topics covered.
    Lex: Yes, I know. I specified the versions in the pkg.fmri value string.

  • How can I create multiple versions of a video within the same project?

    OK...this is a probably a very basic question but I'm not sure how to word it clearly.
    How can I create multiple versions of a video within the same project? What I mean is that I have a bout 50 minutes of video and I want to make two DVDs using different clips from this original 50 minutes of footage. It would be a real pain to have to re-import the video AGAIN for the second DVD. I suppose I could drop anything I don't want to burn to DVD back into the clips pane but that would wipe out all my transitions wouldn't it? I want to save each project in their “raw” form so I can burn additional DVDs later otherwise I would just do them one at a time and not care about one of them being destroyed.
    Wow...that was a mess. Does anyone understand what the heck I’m asking? I hope so.

    How can I create multiple versions of a video within the same project?
    You can't. You make separate projects using the same or different clips, segments, transitions, titles, etc. You can even duplicate the first project and then modify/make the desired changes in the duplicated project. Each project can then be burned as a different DVD or as different titles on the same DVD if there is enough room.

  • How do you post multiple personal domains to .Mac sub accounts?

    I was assured by .Mac tech support that .Mac will host a different personal domain on each of five accounts of a family pak. Now I discover that iWeb is a one-trick pony. I'm stunned that I can't create separate sites and upload them individually. I've never heard of an application that can only create one document!
    And I can't even find the data for that ONE document; ~/Library/Application/Domain.sites2 is only 20kb no matter how many photos you've added to the site.
    So I guess I have two questions: How do you post multiple domains to sub accounts?
    And, where's my data?

    The tilde (~/Library/etc.) indicates home folder; that is where I was looking. I did a Spotlite search and discovered that in attempting to backup my data, I'd moved it; Spotlite found it and it was all intact.
    Then I discovered I could duplicate Domain.sites2, change the names to Domain de.sites2, and Domain daru.sites2, open daru's site and delete de's, then open de's and delete daru's, and I had two separate sites that I presume I'll be able to upload separately. Once I get .Mac sub groups created...
    Seems like a stupid bit of programming; must have hired some windows guys to code it...
    Problem I'm having now is, .Mac won't let me set up a sub account in my wife's name because she already has a .Mac ID and a trial account because she joined a .Mac group. Awaiting a reply rom .Mac tech support.
    So my question isn't quite answered yet, but it does look like I can post several sites without having to set up separate user accounts. Seems like this could be explained in the help file in plain English...

  • How do I manage multiple itunes devices ?

    How do I manage multiple itunes devices with other family members on a single computer?
    I do not want to share libraries.

    There's a couple of options (other than using specified playlists or manual management out of a single library).
    The following document is worth checking through: 
    How to use multiple iPods, iPads, or iPhones with one computer

  • How do I host multiple domains on a single Messaging Server?

    How do I host multiple domains on a single Messaging Server?
    <p>
    To host multiple domains on one Messaging Server, use the
    mailAlternateAddress attribute. If you want to host two domains
    (customer1.com and customer2.com) on your server mail1.domain.com,
    make sure that:
    The various domains (in DNS) point to the installed mail server
    (you must have the MX records that
    points mail for customer1.com to mail1.domain.com and
    customer2.com to mail1.domain.com)
    That each person receiving mail at customer1.com and
    customer2.com has an appropriate mailAlternateAddress
    attribute describing the appropriate email address. For
    instance, John Doe can have an email address (i.e. the value
    of the 'mail' attribute for the John Doe LDAP entry) of
    [email protected] and receive his mail on
    [email protected] (the value of the mailAlternateAddress
    attribute)
    With Messaging Server 3.5, mailAlternateAddress can take the
    form of @mail1.domain.com. If jdoe's mailAlternateAddress is
    set to @mail1.domain.com, mail sent to [email protected]
    will be delivered to [email protected]

    jaygatsby1123 wrote:
    So what exactly am I doing with virtual hosts?  There is a place for Aliases...  What would I put in the "Aliases" box?
    Any other host name that you want to resolve to the specified virtual host.  It's quite literally an alias.
    if you want www.example.com and www.example.org to end up at the same web site and you already have a virtual host — Apple refers to virtual hosts as sites — configured for www.example.com in Server.app, then you'd add www.example.org as an alias for the www.example.com virtual host (site).
    Virtual hosts are implemented in a web server using some details of the HTTP or HTTPS protocol, and what the web browser (client) specified.  The client gets handed an IP address or a domain name by the user, and the client then fetches the associated IP address for the target web server from the client's DNS services or local host database, and the client then connects to the IP address and passes over the text string that the user had requested — the IP address or domain name or even some local shortcut set up in the client system — via the HTTP or HTTPS protocol.  The web server receives and processes this arriving text string from the client, and uses it to select which web site to render back to the web client.   One subtle detail lurks here, too: the server's own DNS configuration really isn't involved in the selection of the virtual host.

  • How can I scan multiple pages to one file with MG 7120

    My printer does not have ADF. How can I scan multiple pages to one file on my MG 7120?

    Hi albabynyr,
    There is a program that comes with the printer called the IJ Scan Utility that can assist you with scanning multiple pages into a single file.  To scan using the IJ Scan Utility, please follow these steps:
    1. Start IJ Scan Utility by going to your Start menu, then selecting All Programs, then Canon Utilities, then  IJ Scan Utility (folder), then IJ Scan Utility (program).
    2. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    3. Click the DOCUMENT SCAN option on the left pane of the window.
    4. In the right pane of the window, locate the SELECT SOURCE field and select the DOCUMENT option.
    5. Set the color mode, document size, and scanning resolution as required in the rest of the fields shown in the window. Click DOCUMENT SCAN ORIENTATION SETTINGS... to specify the orientation of the documents to be scanned.
    6. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
    a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.
    b.) In the DATA FORMAT field, use the drop-down arrow to select the PDF (Multiple Pages) option.
    c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the DOCUMENTS folder.
    7. Once all settings have been selected, click the OK button at the bottom of the SETTINGS (DOCUMENT SCAN) window. The IJ Scan Utility main screen appears.
    8. Click the DOCUMENT button. Scanning starts. After a page has scanned, the screen to continue or end scanning appears. If you have more pages to scan, place the next page on the platen and click Scan.  Do this each time a page has completed scanning.  After the last page has been scanned, click Exit. Scanned images are saved in previously selected folder location specified in the SETTINGS... window. Click the CANCEL button to cancel scanning if needed during scanning.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us at one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • Text(font) stays in preview mode.

    Hello, I hope somebody knows how to fix this. When you scroll fast in inDesign and go down a couple of pages inDesign applies some kind of standardfont to the text that you see so you can scroll faster(I guess it makes not having to load different fo

  • Create Outbound Delivery

    Hi,   Which FM/BAPI should i use for creating the outbound delivery with sale order reference?? Besides, i also want to assign a batch number for this outbound delivery. Regards, Kit

  • Mac OS 10.5.5 or QT 7.5.5 breaks P2 ingestion w/log & transfer

    The title says it all. I just upgraded a Mac Pro 2.8 dual quad-core with Mac OS 10.5.5 and QT 7.5.5. Everything worked spiffy before. Having been around the block several times, I performed all the usual routine maintenance stuff before the upgrade -

  • Your opinion

    I have been asked to write a program that checks a comment and tell if the comment is good or not. For example : " Your program is crap, you better change your course" this is not a good comment. another example: "You need to improve on your style an

  • "Other" is taking up 9 GB on my iPhone

    Okay so today I went to sync my phone since yesterday I bought new songs on my computer. Then I realized I had 3 videos (a movie and 2 TV shows) that I didn't need on my phone so I went to take them off. They refused to stop being synced onto my phon